home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: 101513.2141@compuserve.com (Jean-Marc Delforge)
- Newsgroups: comp.lang.c
- Subject: Re: MS Visual C++ Question
- Date: Fri, 05 Apr 1996 12:21:21 GMT
- Organization: CompuServe Incorporated
- Message-ID: <4k2voa$nfj@arl-news-svc-3.compuserve.com>
- References: <4juagg$b7i@srvr1.engin.umich.edu>
- NNTP-Posting-Host: dd46-157.compuserve.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- morse@engin.umich.edu (christopher morse) wrote:
-
- >I am getting a build error that is not listed in the help
- >file in MSVC. Does anyone recognize what the problem is?
-
- >The build error is:
-
- >error C2900: 'pop' : huge array cannot be aligned to segment boundary
-
- >Thanks
-
- MSVC is the Visual C++ compiler for 16 bits platforms.
- If So, you get this error because the size of your object (the array)
- is higher than 64 K, The size of a segment.
- There is no other way to solve this problem than reducing the size of
- your array.
-
- Best regards
- JM Delforge (101513,2141@compuserve.com)
- Brussels
-
- Jean-Marc Delforge
- 101513.2141@compuserve.com
- Smals - Brussels
-
-